POST
Get Users
http://localhost/easyweb.com/api/users/add

Username : electrocom
Password : electrocom

Request:

{
    "users":[
        {
            "ownerid":3,
            "clientid":"CLI123456782",
            "name":"user21",
            "email":"user21@gmail.com",
            "mobile":"9999999997",
            "city":"Rajkot",
            "state":"Gujarat",
            "area":"Kalavad Road",
            "add1":"KKV Chowk",
            "add2":"KKV Chowk2",
            "pin":"360006",
            "compname":"owner1 Company",
            "profession":"CA",
            "gstin":"GSTIN123456",
            "panno":"PAN123456",
            "eo": true,
            "e": true,
            "t": true,
            "a": true,
            "c": true,
            "eg": true,
            "ea": true,
            "eosrno": "EO123",
            "egsrno": "EG123",
            "easrno": "EA123"
        },
        {
            "ownerid":3,
            "clientid":"CLI123456783",
            "name":"user22",
            "email":"user22@gmail.com",
            "mobile":"9999999998",
            "city":"Rajkot",
            "state":"Gujarat",
            "area":"Kalavad Road",
            "add1":"KKV Chowk",
            "add2":"KKV Chowk2",
            "pin":"360006",
            "compname":"owner1 Company",
            "profession":"CA",
            "gstin":"GSTIN123456",
            "panno":"PAN123456",
            "eo": true,
            "e": true,
            "t": true,
            "a": true,
            "c": true,
            "eg": true,
            "ea": true,
            "eosrno": "EO123",
            "egsrno": "EG123",
            "easrno": "EA123"
        }
    ]
}

Response:

{
    "status": 1,
    "msgcode": "SUCCESS",
    "message": "2 Users has been added successfully.",
    "data": [
        {
            "ownerid": 3,
            "type": "U",
            "user_type": "user",
            "clientid": "CLI123456782",
            "name": "user21",
            "username": "user21",
            "email": "user21@gmail.com",
            "mobile": "9999999997",
            "city": "Rajkot",
            "stateid": 12,
            "area": "Kalavad Road",
            "add1": "KKV Chowk",
            "add2": "KKV Chowk2",
            "pin": "360006",
            "compname": "owner1 Company",
            "prefession": null,
            "gstin": "GSTIN123456",
            "panno": "PAN123456",
            "eo": true,
            "e": true,
            "t": true,
            "a": true,
            "c": true,
            "eg": true,
            "ea": true,
            "eosrno": "EO123",
            "egsrno": "EG123",
            "easrno": "EA123",
            "updated_at": "2025-06-04T07:38:57.000000Z",
            "created_at": "2025-06-04T07:38:57.000000Z",
            "id": 6,
            "full_name": " "
        },
        {
            "ownerid": 3,
            "type": "U",
            "user_type": "user",
            "clientid": "CLI123456783",
            "name": "user22",
            "username": "user22",
            "email": "user22@gmail.com",
            "mobile": "9999999998",
            "city": "Rajkot",
            "stateid": 12,
            "area": "Kalavad Road",
            "add1": "KKV Chowk",
            "add2": "KKV Chowk2",
            "pin": "360006",
            "compname": "owner1 Company",
            "prefession": null,
            "gstin": "GSTIN123456",
            "panno": "PAN123456",
            "eo": true,
            "e": true,
            "t": true,
            "a": true,
            "c": true,
            "eg": true,
            "ea": true,
            "eosrno": "EO123",
            "egsrno": "EG123",
            "easrno": "EA123",
            "updated_at": "2025-06-04T07:38:58.000000Z",
            "created_at": "2025-06-04T07:38:58.000000Z",
            "id": 7,
            "full_name": " "
        }
    ]
}